Vcenter EnvironmentBrowser ConfigOptionDescriptors ListResult
Vcenter EnvironmentBrowser ConfigOptionDescriptors ListResult
The Vcenter EnvironmentBrowser ConfigOptionDescriptors ListResult schema holds the result of the GET /vcenter/environment-browser/config-option-descriptors operation.
This schema was added in vSphere API 8.0.2.00300.
JSON Example
{
"config_options_descriptors": [
{
"config_option": "string",
"description": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"hosts": [
"string"
],
"create_supported": false,
"default_config_option": false,
"run_supported": false,
"upgrade_supported": false
}
]
}
config_options_descriptors
Required
List of configuration options matching the specified hardware.
This property was added in vSphere API 8.0.2.00300.